defs.h: Björn makes files more const-correct.
authoroliskoli <oliskoli>
Mon, 25 Aug 2008 07:31:14 +0000 (07:31 +0000)
committeroliskoli <oliskoli>
Mon, 25 Aug 2008 07:31:14 +0000 (07:31 +0000)
defs.h

diff --git a/defs.h b/defs.h
index 891d4cd9e982f6bdadf298a251da79ca908bf709..c4b28c2e6ed67ca144435aff28bb9cc42ba7c048 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -659,7 +659,7 @@ typedef struct arglist {
        const char *argstring;
        char **argval;
        const char *helpstring;
-       char *defaultvalue;
+       const char *defaultvalue;
        const gbuint32 argtype;
        const char *minvalue;           /* minimum value for numeric options */
        const char *maxvalue;           /* maximum value for numeric options */